home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2499.ZIP / TIMEIT.ZIP / TIMEIT.ARC / TIMEIT.H < prev   
Text File  |  1989-02-14  |  166b  |  3 lines

  1. #define START_TIMER(a)   SendMessage(0xFFFF, 0x03E0, a, MAKELONG(GlobalAddAtom("Windows Timeit"), 0))
  2. #define STOP_TIMER(a)    SendMessage(0xFFFF, 0x03E1, a, 0L);
  3.